home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-25 | 468 b | 26 lines | [TEXT/CWIE] |
- // ==================================================
- // RezPrefix.PPC.r
- // Copyright (C) 1997 Mizutori Tetsuya
- // April 16, 1997.
- // ==================================================
- // All documents are pretty-printed in 10-point Geneva font.
-
- #define SystemSevenOrLater TRUE
-
- // undef for 68K
- #ifdef __MC68K__
- #undef __MC68K__
- #endif
-
- // define for PPC
- #ifndef __POWERPC__
- #define __POWERPC__ 1
- #endif
-
- #ifndef powerc
- #define powerc 1
- #endif
-
- // end of resources
-
-